home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Utilities / Help / Count < prev    next >
Encoding:
Text File  |  1990-07-19  |  371 b   |  12 lines  |  [TEXT/pdos]

  1. Count [-l] [-c] [file...]  < file > counts
  2.  
  3. Count counts the number of lines and characters in a file or list of files.
  4. If no file is specified, input is taken from Standard Input.  If more than
  5. one file is specified, the utility prints line and character totals when
  6. finished.
  7.  
  8. Parameters:
  9.  
  10.     -l        write only line counts
  11.     -c        write only character counts
  12.